@charset "utf-8";
*, *:after, *:before {
	transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{font-size:12px;background:#fff;width:100%;margin:0px;padding:0px;font-family: "Microsoft YaHei" ,sans-serif;}
body{overflow-x: hidden;overflow-y:auto;min-width: 320px;}
img{border:0px;}
ul,li,p{margin:0px;padding:0px;}
a{text-decoration: none;color: #5f5f5f;}
a:hover{text-decoration:none;}
a:active{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ul,li{list-style-type:none;border:none;}
input,button,select,textarea{ outline:none;}
textarea{resize:none;}
.hide{display:none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;padding:0;margin:0;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-weight: normal;margin: 0;}
ul>li>a{display:block;}
ul>li>a>img{width:100%;}
.pyc{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ppyc{
	overflow: hidden;
 	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.lg{float: left;}
.rg{float: right;} 
.clear {clear: both;/* height: 0px; *//* overflow: hidden; */float: none;}
.clear:after{content:'';display:table;height:0;display: block;clear: both;} 
section:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.wh{width: 1200px;margin: 0 auto;clear: both;max-width: 1200px;}
.wh:after{content:'';display:table;height:0;display: block;clear: both;}
.bjx{background-image: none !important;}
.imgScale .img{width: 100px;height: 100px;overflow: hidden;display: inline-block;}
.imgScale li:hover .img img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.bgImg{}
.bgImgAA{position: relative;overflow: hidden;font-size: 0;}
.bgImgAA .bgImgAB{
	transition: transform 3s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    font-size: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bgImgAA>img{visibility: hidden;width: 100%;}
.bgImg li:hover .bgImgAB{
	transform: scale(1.1);	
}
.img>img{width: 100%;height: 100%;transition: all .6s;}
.imgh{cursor: pointer;font-size: 0;}
.imgh .img01{display: inline-block;}
.imgh .img02{display: none;}
.hoverHui{transition: all 0.3s ease;filter: grayscale(100%);opacity: 0.66;}
.imgh:hover .img01{display: none;}
.imgh:hover .img02{display: inline-block;}
.img_jz{display: table-cell;text-align: center;width: 170px;height: 170px;vertical-align: middle;position: relative;}
.img_jz>span{display: inline-block;height: 100%;vertical-align: middle;}
.img_jz>img{vertical-align: middle;max-width: 90%;max-height: 90%;width: auto;}
.new_con{font-size: 14px;line-height: 25px;text-align: left;}
.new_con img{max-width: 100%;}
a.img{display: block;font-size: 0;}
a.img>img{width: 100%;height: 100%;}
.listH{}
.listH li{
	z-index: 1;
  -webkit-transition: all 150ms ease-out 0ms;
     -moz-transition: all 150ms ease-out 0ms;
       -o-transition: all 150ms ease-out 0ms;
          transition: all 150ms ease-out 0ms;
}
.listH li:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
    cursor: pointer !important;
}
.yiny{-moz-box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);
    -webkit-box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);
    box-shadow: 0px 0px 6px rgba(115, 115, 115, 0.24);}
.table{display: table;width: 100%;height: 100%;text-align: center;vertical-align: middle;}
.tableCell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.tList:after{content: '';display: table;clear: both;}
.tList li{float: left;}
.tList2{}
.tList2 li{width: 48%;margin-left: 4%;border: 1px solid #CDCDCD;margin-bottom: 4%;}
.tList2 li:nth-of-type(2n+1){margin-left: 0;}
.tList3{}
.tList3 li{width: 31%;margin-left: 3.5%;border: 1px solid #CDCDCD;margin-bottom: 3.5%;}
.tList3 li:nth-of-type(3n+1){margin-left: 0;}
.tList4{}
.tList4 li{width: 23.5%;margin-left: 2%;border: 1px solid #CDCDCD;margin-bottom: 2%;}
.tList4 li:nth-of-type(4n+1){margin-left: 0;}
.tList5{}
.tList5 li{width: 17%;margin-left: 3.75%;margin-bottom: 2%;}
.tList5 li:nth-of-type(5n+1){margin-left: 0;}
.tList6{}
.tList6 li{width: 16.666%;}
.tList6 li:nth-of-type(6n+1){margin-left: 0;}
.page{
    text-align: center;
    clear: both;
    padding: 10px 0;
    width: 100%;
}
.page a{
    font-size: 15px;
    padding: 0px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid;
    line-height: 30px;
}
.page a:hover,.page a.on{border-color: white;}

